Welcome![Sign In][Sign Up]
Location:
Search - convolution matlab

Search list

[matlabmatlab-signal

Description: 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two consecutive cycles. DIF FFT three test procedures. The input data rate of 4 paint graphics. Use FFT fast convolution 5. Use FFT fast correlation 6. Aliasing sampling Demonstration Program
Platform: | Size: 19456 | Author: 胡叶 | Hits:

[matlabovrlpsav

Description: %realize overlapped-save method %y:output sequence %x:input seqence %h:filter impulse response sequence %N:length of each segment %重叠保留法实现分段卷积 - Realize overlapped-save method y: output sequence x: input seqence h: filter impulse response sequence N: length of each segment overlap to retain sub-convolution method
Platform: | Size: 1024 | Author: 吴江华 | Hits:

[OtherFFTfrequencychartisanalytical

Description: 1.通过实验加深对快速傅立叶变换(FFT)基本原理的理解。 2.了解FFT点数与频谱分辨率的关系,以及两种加长序列FFT与原序列FFT的关系。 离散傅里叶变换(DFT)和卷积是信号处理中两个最基本也是最常用的运算,它们涉及到信号与系统的分析与综合这一广泛的信号处理领域。实际上卷积与DFT之间有着互通的联系:卷积可化为DFT来实现,其它的许多算法,如相关、滤波和谱估计等都可化为DFT来实现,DFT也可化为卷积来实现。-1. Deepen the experimental fast Fourier transform (FFT) the basic tenets of understanding. 2. Understand the FFT spectrum and points of the resolution, and two extended sequence with the original FFT FFT relations. Discrete Fourier Transform (DFT) and the convolution of two signal processing is the most commonly used basic arithmetic, they relate to the signal and system analysis and synthesis of the wide range of signal processing field. DFT actually convolution and interoperability between contact : DFT into convolution can be achieved in many other algorithms, If relevant, filtering and spectral estimation could be achieved as DFT, DFT into convolution can be achieved.
Platform: | Size: 3072 | Author: 深蓝 | Hits:

[matlabmatlab

Description: 用matlab写的一个验证卷积定理的程序,即时域的卷积对应着频域的乘积。-using Matlab write a convolution theorem certification procedures, the immediate domain convolution corresponds to the frequency domain product.
Platform: | Size: 3072 | Author: luzi | Hits:

[MPIMATLAB

Description: 卷积运算:取x(t)和h(t)的长度为nx,nh。平移量n=nh+nx-1,利用for和if语句实现倒序求和运算。外循环用一个for语句实现平移,通过在求和时取数组元素的顺序实现倒序求和-Convolution operation: take x (t) and h (t) of length nx, nh. Translational volume n = nh+ Nx-1, use for and if statements to achieve reverse summation operator. Outside the circle with a for statement to achieve translation, when taken in sum array elements to achieve reverse the order of summation
Platform: | Size: 1024 | Author: 1 | Hits:

[Special Effectsmatlab

Description: 在MATLAB中,信号S经过信道H卷积后生成接收信号V,V=conv(S,H),从V和H反卷积-In MATLAB, the signal S after convolution H channel generated receive signal V, V = conv (S, H), from V and H deconvolution
Platform: | Size: 3072 | Author: ftgfhgf | Hits:

[matlabConvolution

Description: 信号处理卷积计算,开发环境是MATLAB.-Convolution signal processing terms, the development environment is MATLAB.
Platform: | Size: 4096 | Author: andy | Hits:

[Special Effectsvfv1.0

Description: 一个线性积分卷积(LIC)matlab源码-A linear integral convolution (LIC) matlab source
Platform: | Size: 123904 | Author: zhu | Hits:

[matlabmatlab

Description: 计DFT,IDFT,FFT,循环卷积,循环移位以及重叠保留法-Of DFT, IDFT, FFT, cyclic convolution, cyclic shift and overlap to retain the Law
Platform: | Size: 3072 | Author: 徐建国 | Hits:

[matlablsolve

Description: matlab实现矩阵卷积 matlab实现矩阵卷积 -matlab convolution matlab matrix to achieve the realization of the matrix convolution
Platform: | Size: 1024 | Author: 老公 | Hits:

[Communication-Mobilematlab

Description: source code for awgn,BPSK modulation and demodulation,channel simulation,convolution encoder,data generator,encoder and fading channel
Platform: | Size: 6144 | Author: deepthy | Hits:

[Software Engineeringconvolution

Description: convolution with matlab
Platform: | Size: 1024 | Author: arash | Hits:

[matlabparafac_mimo

Description: 基于卷积信号的MIMO系统盲信号估计,运用卷积的方法进行盲信道估计-Convolution-based MIMO system, blind signal signal is estimated using the method of convolution-blind channel estimation
Platform: | Size: 31744 | Author: 张张 | Hits:

[matlabconvolutional_inside

Description: 卷积码的matlab结构图,很实用,很简洁,欢迎大家下载-Convolution matlab code structure is very useful, very simple, welcome you to download
Platform: | Size: 5120 | Author: 叶建勋 | Hits:

[matlabMATLAB

Description: 运用MATLAB编程实现计算两序列x1(n)={1,2,3,4,5},x2(n)={1,2,3,4,5,4,3,2,1}的圆周卷积-Calculated using MATLAB programming to achieve the two sequences x1 (n) = (1,2,3,4,5), x2 (n) = (1,2,3,4,5,4,3,2,1) of circular convolution
Platform: | Size: 1024 | Author: 王丽越 | Hits:

[DSP programDSP-c-Matlab-Programs-ManualV19

Description: 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Windowing technique a. Rectangular window b. Triangular window c. Kaiser window 5. IIR Filter(LP/HP) on DSP processors 6. N-point FFT algorithm 7. Power Spectral Density of a sinusoidal signals 8. FFT of 1-D signal plot 9. MATLAB program to generate sum of sinusoidal signals 10. MATLAB program to find frequency response of analog
Platform: | Size: 1582080 | Author: wangjin | Hits:

[matlabm-matlab

Description: 序列卷积的matlab源码,包括卷积结果输出等-Sequence convolution matlab source code, including the convolution results of the output, etc.
Platform: | Size: 1024 | Author: guan | Hits:

[Graph programmatlab

Description: 用matlab中各种不同方法对模糊图像进行复原,有维纳滤波,盲返卷积,Lucy-richardson方法,规则化复原图像等-Various different methods using matlab fuzzy image restoration, with Wiener filtering, blind convolution back, Lucy-richardson methods, rules-based recovery images, etc.
Platform: | Size: 290816 | Author: xujun | Hits:

[matlabMATLAB

Description: 一个完美的OFDM的仿真程序,包括编码、调制、卷积、同步-OFDM simulation of a perfect process, including coding, modulation, convolution, sync, etc.
Platform: | Size: 139264 | Author: L | Hits:

[matlabCH9

Description: MIMO_OFDM系统的matlab仿真程序以及GUI界面的实现,程序中发射端包括卷积编码,打孔,交织,调制,IFFT变换,加保护间隔以及导频序列,接收端包括信道估计等一系列接收操作-MIMO_OFDM system and GUI interface matlab simulation program implementation, program the transmitter including the convolution coding, punching, interleaving, modulation, IFFT transform, guard interval and pilot sequence, the receiver includes channel estimation and a series of receive operation
Platform: | Size: 32768 | Author: 李霞 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 36 »

CodeBus www.codebus.net